{ "version": 4, "terraform_version": "1.5.6", "serial": 439, "lineage": "71d432fe-051a-8b81-9911-4941841bc566", "outputs": { "db_endpoint": { "value": "db-2.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-e7afd4efbad92abac", "ami": "ami-0cab13b7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-abbde787"], "subnet_id": "subnet-577c9481", "key_name": "prod-deploy-key" } } ] } ] }