{ "version": 4, "terraform_version": "1.7.0", "serial": 107, "lineage": "9441388e-4f0e-fde6-80f7-135d46d8a143", "outputs": { "db_endpoint": { "value": "db-3.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-cceaf24c7a130fc78", "ami": "ami-9fc9cc89", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-686ac554"], "subnet_id": "subnet-4c43c98a", "key_name": "prod-deploy-key" } } ] } ] }