{ "version": 4, "terraform_version": "1.5.0", "serial": 174, "lineage": "5e3122a6-e139-c309-f72e-4e3b5e903c57", "outputs": { "db_endpoint": { "value": "db-1.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-d5606291c2fbbcde1", "ami": "ami-f3b19d08", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e9a49a3c"], "subnet_id": "subnet-844bc6f9", "key_name": "prod-deploy-key" } } ] } ] }