{ "version": 4, "terraform_version": "1.5.0", "serial": 163, "lineage": "08d67f51-13b9-e14f-e3c4-80dfcd81bfc6", "outputs": { "db_endpoint": { "value": "db-4.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-113eda7443770a00b", "ami": "ami-35b5fc60", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3db9e005"], "subnet_id": "subnet-2741bcf9", "key_name": "prod-deploy-key" } } ] } ] }