{ "version": 4, "terraform_version": "1.8.0", "serial": 211, "lineage": "28b3074d-ef7e-c340-07a9-cbdc43db77f2", "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-f9a097132268fa269", "ami": "ami-a09d9cca", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9f97887e"], "subnet_id": "subnet-f937f553", "key_name": "prod-deploy-key" } } ] } ] }