{ "version": 4, "terraform_version": "1.5.3", "serial": 140, "lineage": "9e7cd49d-8a42-e940-9fc8-6c22b63b3a26", "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-eb7a6ae883d97a054", "ami": "ami-46b3b6e2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d541979e"], "subnet_id": "subnet-d7c26ab4", "key_name": "prod-deploy-key" } } ] } ] }