{ "version": 4, "terraform_version": "1.6.6", "serial": 125, "lineage": "a2714b16-9184-2d94-6a66-bb9c137855e1", "outputs": { "db_endpoint": { "value": "db-2.us-east-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-fd2c2b4186af6cfc8", "ami": "ami-c163ba36", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c9bc63c4"], "subnet_id": "subnet-a529d8ad", "key_name": "prod-deploy-key" } } ] } ] }