{ "version": 4, "terraform_version": "1.6.3", "serial": 142, "lineage": "ee026ca1-bfc4-1f8b-ec58-adaf9352b979", "outputs": { "db_endpoint": { "value": "db-1.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-f9abbe4f19621bfba", "ami": "ami-a4e788c7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9a5f63ba"], "subnet_id": "subnet-2b3f9225", "key_name": "prod-deploy-key" } } ] } ] }