{ "version": 4, "terraform_version": "1.7.8", "serial": 167, "lineage": "39643e2b-acdf-875f-7905-a49c599f42cc", "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-6378a0fa6c9dbe347", "ami": "ami-440d1b78", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5eb076fc"], "subnet_id": "subnet-c946f105", "key_name": "prod-deploy-key" } } ] } ] }