{ "version": 4, "terraform_version": "1.7.3", "serial": 521, "lineage": "0856dcf1-6c5d-1bf4-c6f0-cb5169b1d7fd", "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-78430427a781cb01d", "ami": "ami-eb021ac1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-94514889"], "subnet_id": "subnet-6681b7ef", "key_name": "prod-deploy-key" } } ] } ] }