{ "version": 4, "terraform_version": "1.6.0", "serial": 459, "lineage": "c9fea847-b367-305d-be16-423c355500fa", "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-d89835a3ba73a56ac", "ami": "ami-d5238d59", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0b1c5429"], "subnet_id": "subnet-5d1a850c", "key_name": "prod-deploy-key" } } ] } ] }