{ "version": 4, "terraform_version": "1.7.3", "serial": 291, "lineage": "c94a4570-6990-8741-e0f7-8adc16266699", "outputs": { "db_endpoint": { "value": "db-2.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-982606fd80a3f2b5c", "ami": "ami-6e1e0775", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9c4cc4ae"], "subnet_id": "subnet-5191992a", "key_name": "prod-deploy-key" } } ] } ] }