{ "version": 4, "terraform_version": "1.6.6", "serial": 334, "lineage": "d8a8c35b-3dc8-d9c4-4dd9-3d68666b1f0a", "outputs": { "db_endpoint": { "value": "db-2.eu-west-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-a2e87e6770cb00cc1", "ami": "ami-aeb33746", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2cd6482e"], "subnet_id": "subnet-34921951", "key_name": "prod-deploy-key" } } ] } ] }