{ "version": 4, "terraform_version": "1.6.9", "serial": 431, "lineage": "884699a1-bd0f-ea03-178c-ce31b54f7ae8", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-2789e857fd690becd", "ami": "ami-24ea1550", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f7f2aa60"], "subnet_id": "subnet-c0daffa6", "key_name": "prod-deploy-key" } } ] } ] }