{ "version": 4, "terraform_version": "1.6.2", "serial": 442, "lineage": "65db684a-177d-260e-6675-83d84310cd9b", "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-5dfd1cc6dd318c464", "ami": "ami-792c34d1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-059b7706"], "subnet_id": "subnet-00f3cddc", "key_name": "prod-deploy-key" } } ] } ] }