{ "version": 4, "terraform_version": "1.7.0", "serial": 242, "lineage": "686828be-d3bb-a31d-d0ea-f5cf53714006", "outputs": { "db_endpoint": { "value": "db-0.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-53a3bb6815efb5728", "ami": "ami-12272fed", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7558a880"], "subnet_id": "subnet-86c44ecc", "key_name": "prod-deploy-key" } } ] } ] }