{ "version": 4, "terraform_version": "1.7.2", "serial": 305, "lineage": "0244633f-111a-46bb-63cf-e17b61433d36", "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-2ec1e0b55bc3f4b12", "ami": "ami-7084d7e2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cc31acc8"], "subnet_id": "subnet-1d7a3cf3", "key_name": "prod-deploy-key" } } ] } ] }