{ "version": 4, "terraform_version": "1.6.0", "serial": 160, "lineage": "d3bffd41-72f9-c054-3359-d9c6c712480a", "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-c92b56246a99782a6", "ami": "ami-16968c64", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d8e0ad5c"], "subnet_id": "subnet-cfbd47da", "key_name": "prod-deploy-key" } } ] } ] }