{ "version": 4, "terraform_version": "1.7.1", "serial": 112, "lineage": "3f71322f-b712-c136-d86d-539018aa7067", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-3e1fc8d0fe10f687b", "ami": "ami-b6c7c7dd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-21d4eeb5"], "subnet_id": "subnet-9f459fd8", "key_name": "prod-deploy-key" } } ] } ] }