{ "version": 4, "terraform_version": "1.6.8", "serial": 449, "lineage": "8cd740f7-5e18-fc85-8734-8fdc037e6f70", "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-acce0248c9faae290", "ami": "ami-401fec64", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4e332a91"], "subnet_id": "subnet-3e9e64b5", "key_name": "prod-deploy-key" } } ] } ] }