{ "version": 4, "terraform_version": "1.5.2", "serial": 169, "lineage": "f2e3b910-5126-a64d-8d8c-2b66f738401f", "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-bdac66fcf3a76beab", "ami": "ami-82a17648", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-46224d4e"], "subnet_id": "subnet-d9776aff", "key_name": "prod-deploy-key" } } ] } ] }