{ "version": 4, "terraform_version": "1.5.4", "serial": 501, "lineage": "9ca743b8-997d-ee97-b249-7587a9f68ee5", "outputs": { "db_endpoint": { "value": "db-4.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-4f6bdfabb8cb103c4", "ami": "ami-e6086d99", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-db55e6ad"], "subnet_id": "subnet-4516052e", "key_name": "prod-deploy-key" } } ] } ] }