{ "version": 4, "terraform_version": "1.5.4", "serial": 519, "lineage": "bf93cc42-9a59-0058-b119-46a61d29481a", "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-d5e26450e76e36e4c", "ami": "ami-e160b81d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9e00a02c"], "subnet_id": "subnet-ad56496e", "key_name": "prod-deploy-key" } } ] } ] }