{ "version": 4, "terraform_version": "1.6.1", "serial": 533, "lineage": "b5764ac5-1d53-8dc5-d608-ab6d3c8641a7", "outputs": { "db_endpoint": { "value": "db-0.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-904e2c532e5459c8b", "ami": "ami-77eebee0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-03ff2b85"], "subnet_id": "subnet-e9060230", "key_name": "prod-deploy-key" } } ] } ] }