{ "version": 4, "terraform_version": "1.8.4", "serial": 215, "lineage": "2c4e7407-a64b-131b-dc73-171bde7f3014", "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-59c324f76efa760e0", "ami": "ami-f46244f1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6185b00a"], "subnet_id": "subnet-48d1cf1a", "key_name": "prod-deploy-key" } } ] } ] }