{ "version": 4, "terraform_version": "1.6.3", "serial": 386, "lineage": "f8a049ba-b2ce-183d-91ae-b12140558f0f", "outputs": { "db_endpoint": { "value": "db-1.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-86b55d5ceef7210da", "ami": "ami-00907635", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-95ac54bb"], "subnet_id": "subnet-976c14ae", "key_name": "prod-deploy-key" } } ] } ] }