{ "version": 4, "terraform_version": "1.5.2", "serial": 585, "lineage": "80e83300-7a16-7c40-dca3-e20b0741b992", "outputs": { "db_endpoint": { "value": "db-1.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-8986061a6afc6e64b", "ami": "ami-1337c7a6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-74b2c0a0"], "subnet_id": "subnet-d7ad1a92", "key_name": "prod-deploy-key" } } ] } ] }