{ "version": 4, "terraform_version": "1.6.2", "serial": 433, "lineage": "130707b5-1f2f-c6b9-a5a5-23bf781b1fa0", "outputs": { "db_endpoint": { "value": "db-3.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-c463f3a16e4a63643", "ami": "ami-18a21998", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e8db9625"], "subnet_id": "subnet-88ec6aca", "key_name": "prod-deploy-key" } } ] } ] }