{ "version": 4, "terraform_version": "1.5.3", "serial": 499, "lineage": "cde69954-8e45-f738-a7e1-45c91c636554", "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-33d307e1ee4ddf699", "ami": "ami-82b749f7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-39a2a9e3"], "subnet_id": "subnet-655a580a", "key_name": "prod-deploy-key" } } ] } ] }