{ "version": 4, "terraform_version": "1.5.0", "serial": 463, "lineage": "75ece74a-f129-d345-ad29-97ef5ad0717b", "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-34aaf1e0a3e32b6f7", "ami": "ami-e956d6b1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-26308f11"], "subnet_id": "subnet-ac0e2abd", "key_name": "prod-deploy-key" } } ] } ] }