{ "version": 4, "terraform_version": "1.6.7", "serial": 343, "lineage": "3fd4d0ed-9b48-662f-a745-8cc9f7c9edcb", "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-c39e42560c4392b98", "ami": "ami-8a700619", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-deed79cd"], "subnet_id": "subnet-e625b183", "key_name": "prod-deploy-key" } } ] } ] }