{ "version": 4, "terraform_version": "1.5.9", "serial": 238, "lineage": "32c546d7-baaa-b2f0-253d-767172afc265", "outputs": { "db_endpoint": { "value": "db-4.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-442f39f1027300cd3", "ami": "ami-dab5b0ab", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-69732851"], "subnet_id": "subnet-9a00e16b", "key_name": "prod-deploy-key" } } ] } ] }