{ "version": 4, "terraform_version": "1.5.4", "serial": 513, "lineage": "07bdc230-f515-0c13-bb81-ff85082903b6", "outputs": { "db_endpoint": { "value": "db-4.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-7a6e00b74b2d98755", "ami": "ami-be98f8c6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a98a9536"], "subnet_id": "subnet-8a7fcf57", "key_name": "prod-deploy-key" } } ] } ] }