{ "version": 4, "terraform_version": "1.8.7", "serial": 163, "lineage": "6dd60f52-dc8c-05e1-7d89-94e2f909de5d", "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-386524edc6c7e0488", "ami": "ami-47a2683b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3af8d948"], "subnet_id": "subnet-2c589440", "key_name": "prod-deploy-key" } } ] } ] }