{ "version": 4, "terraform_version": "1.6.8", "serial": 123, "lineage": "6a37784a-826e-c67b-3989-94d2d28938f8", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-80e471d7ccf2ef4ea", "ami": "ami-c31fba12", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c72e5be7"], "subnet_id": "subnet-c4849406", "key_name": "prod-deploy-key" } } ] } ] }