{ "version": 4, "terraform_version": "1.8.0", "serial": 186, "lineage": "a2840f2a-371f-f2fa-b7f6-afda22dff639", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-b78ef589d2e497117", "ami": "ami-e0961a12", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9233d45c"], "subnet_id": "subnet-0daedad8", "key_name": "prod-deploy-key" } } ] } ] }