{ "version": 4, "terraform_version": "1.8.0", "serial": 146, "lineage": "dbcb4138-68fc-f4dc-2c13-ecd4d6848da7", "outputs": { "db_endpoint": { "value": "db-4.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-e2e3a22281e165e56", "ami": "ami-9b23c5df", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-675c40fd"], "subnet_id": "subnet-b2d1145d", "key_name": "prod-deploy-key" } } ] } ] }