{ "version": 4, "terraform_version": "1.6.6", "serial": 546, "lineage": "f2cc81e6-81a5-e213-5f02-6e0ddff2a483", "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-337a78864dce64b64", "ami": "ami-1a5765a3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2ee8f623"], "subnet_id": "subnet-87e765b7", "key_name": "prod-deploy-key" } } ] } ] }