{ "version": 4, "terraform_version": "1.5.7", "serial": 262, "lineage": "dbb9696d-1638-c613-d021-c524802c3040", "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-ed89f8a04541eaa26", "ami": "ami-e6692167", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a512aacb"], "subnet_id": "subnet-6b9f6ecf", "key_name": "prod-deploy-key" } } ] } ] }