{ "version": 4, "terraform_version": "1.6.5", "serial": 243, "lineage": "e6b8e1d7-14bd-0710-e51c-54f0c7ab7583", "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-dfe82f31b8c3d31c1", "ami": "ami-a1acb3fa", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5719d2b1"], "subnet_id": "subnet-7ee009dd", "key_name": "prod-deploy-key" } } ] } ] }