{ "version": 4, "terraform_version": "1.6.9", "serial": 340, "lineage": "ba814a5a-d6b8-052b-68d8-867f2950d291", "outputs": { "db_endpoint": { "value": "db-3.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-38af475565efaeaa7", "ami": "ami-f3ba4e5b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-48025adb"], "subnet_id": "subnet-0624a956", "key_name": "prod-deploy-key" } } ] } ] }