{ "version": 4, "terraform_version": "1.5.4", "serial": 467, "lineage": "c001e705-cc39-91c1-8dae-6de32a8d6935", "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-8232d8d529c480e03", "ami": "ami-7bec8fe3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fb20526e"], "subnet_id": "subnet-c4266c53", "key_name": "prod-deploy-key" } } ] } ] }