{ "version": 4, "terraform_version": "1.5.6", "serial": 472, "lineage": "c9da8b21-a7b3-2411-3af2-4c88dc133a9b", "outputs": { "db_endpoint": { "value": "db-3.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-26783dddaecfd3c82", "ami": "ami-84065dce", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4133964f"], "subnet_id": "subnet-f91b64ef", "key_name": "prod-deploy-key" } } ] } ] }