{ "version": 4, "terraform_version": "1.6.6", "serial": 211, "lineage": "26cc3807-385a-5bdd-47ae-e7be3a1f7726", "outputs": { "db_endpoint": { "value": "db-4.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-7f1f652b2113ef223", "ami": "ami-47b902e2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ed71dc5b"], "subnet_id": "subnet-290cc364", "key_name": "prod-deploy-key" } } ] } ] }