{ "version": 4, "terraform_version": "1.6.5", "serial": 570, "lineage": "ba13eb5b-a8c2-52db-caec-da0a623cc9cf", "outputs": { "db_endpoint": { "value": "db-1.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-49211673f3c42c201", "ami": "ami-3e86fd44", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ba5a765d"], "subnet_id": "subnet-458b3c95", "key_name": "prod-deploy-key" } } ] } ] }