{ "version": 4, "terraform_version": "1.6.1", "serial": 570, "lineage": "7298a1b5-ec2a-e4c6-9939-a56e49e9e35f", "outputs": { "db_endpoint": { "value": "db-0.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-de2972ea44e9bb14a", "ami": "ami-94279bff", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f2e5de7d"], "subnet_id": "subnet-990f0ebd", "key_name": "prod-deploy-key" } } ] } ] }