{ "version": 4, "terraform_version": "1.6.3", "serial": 357, "lineage": "05f0e3c9-6715-4081-44aa-798ea12f44ad", "outputs": { "db_endpoint": { "value": "db-3.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-9a739d34b9a7fa826", "ami": "ami-8e97eea6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-17c45243"], "subnet_id": "subnet-b448fe5c", "key_name": "prod-deploy-key" } } ] } ] }