{ "version": 4, "terraform_version": "1.7.3", "serial": 569, "lineage": "2b091e92-a11e-132f-a345-e50ed1cb766f", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-200542090b72f5da2", "ami": "ami-ae2924b8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d3198fb1"], "subnet_id": "subnet-5c4a3a97", "key_name": "prod-deploy-key" } } ] } ] }