{ "version": 4, "terraform_version": "1.7.2", "serial": 108, "lineage": "7e08ec9f-59fc-2406-f350-58f71dd11310", "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-898d43c55bac7b364", "ami": "ami-400aac4b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-91a4bb45"], "subnet_id": "subnet-6d9e2752", "key_name": "prod-deploy-key" } } ] } ] }