{ "version": 4, "terraform_version": "1.5.4", "serial": 238, "lineage": "76feb53c-b32a-d5c4-4259-58c208965d70", "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-8772f8d526587ed51", "ami": "ami-1ad76bd3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c730ad5d"], "subnet_id": "subnet-b60d76fe", "key_name": "prod-deploy-key" } } ] } ] }