{ "version": 4, "terraform_version": "1.7.2", "serial": 432, "lineage": "2676e63e-f740-c7ea-c76c-b30ec1f6b037", "outputs": { "db_endpoint": { "value": "db-2.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-f9132d217da747041", "ami": "ami-ecd0b732", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-67696d9d"], "subnet_id": "subnet-2c892f29", "key_name": "prod-deploy-key" } } ] } ] }