{ "version": 4, "terraform_version": "1.7.4", "serial": 482, "lineage": "c12301cd-7056-3f89-1518-d400b9ce2c98", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-a98ccfd35bb5e5fb8", "ami": "ami-12d2f5d8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e884c7e6"], "subnet_id": "subnet-093641eb", "key_name": "prod-deploy-key" } } ] } ] }