{ "version": 4, "terraform_version": "1.6.7", "serial": 531, "lineage": "6544d955-aa03-4af1-a812-289b7321c9d0", "outputs": { "db_endpoint": { "value": "db-3.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-615636cc3874c69e1", "ami": "ami-9ba96418", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4c4ca2d9"], "subnet_id": "subnet-ebd40e70", "key_name": "prod-deploy-key" } } ] } ] }