{ "version": 4, "terraform_version": "1.7.0", "serial": 264, "lineage": "a008fdbb-399a-4959-6514-81f6529216a4", "outputs": { "db_endpoint": { "value": "db-2.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-809197dff59fa9f8f", "ami": "ami-3d1bfd8e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fe4c9bb3"], "subnet_id": "subnet-bcb0dc24", "key_name": "prod-deploy-key" } } ] } ] }