{ "version": 4, "terraform_version": "1.6.9", "serial": 186, "lineage": "e322f23d-57d6-9658-dddf-d9cb52a1137c", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-a0e14efed8ff1dcb8", "ami": "ami-e5a6b158", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d1429480"], "subnet_id": "subnet-4b7fe0f1", "key_name": "prod-deploy-key" } } ] } ] }