{ "version": 4, "terraform_version": "1.6.6", "serial": 113, "lineage": "bb5a8a58-0378-4b81-dd5c-a4f130dd4441", "outputs": { "db_endpoint": { "value": "db-4.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-1c599f07477a43e08", "ami": "ami-f2f50a9e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2a6a3ed0"], "subnet_id": "subnet-405b047c", "key_name": "prod-deploy-key" } } ] } ] }