{ "version": 4, "terraform_version": "1.6.6", "serial": 364, "lineage": "a679469d-b495-1119-4a39-b1dd06351f5d", "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-8d9ee8d5d90db6182", "ami": "ami-3340e6a3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-de4575c7"], "subnet_id": "subnet-dfd727c7", "key_name": "prod-deploy-key" } } ] } ] }