{ "version": 4, "terraform_version": "1.6.6", "serial": 435, "lineage": "e01aa785-8fba-f9ef-3c87-3d01f82b4877", "outputs": { "db_endpoint": { "value": "db-0.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-b9d8f337ce7549477", "ami": "ami-27150ec6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-91f3832e"], "subnet_id": "subnet-cbeec87a", "key_name": "prod-deploy-key" } } ] } ] }