{ "version": 4, "terraform_version": "1.8.1", "serial": 318, "lineage": "02d95d26-a1fb-3854-55df-32115cb0f5c6", "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-dd194d075629ad9c0", "ami": "ami-f299f713", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9416f899"], "subnet_id": "subnet-00330a1c", "key_name": "prod-deploy-key" } } ] } ] }