{ "version": 4, "terraform_version": "1.6.7", "serial": 589, "lineage": "19b5e78c-b168-642f-079c-4291c3334f1b", "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-a725eab9b5dca081b", "ami": "ami-7bbe4b75", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6213699a"], "subnet_id": "subnet-5d58b226", "key_name": "prod-deploy-key" } } ] } ] }