{ "version": 4, "terraform_version": "1.5.6", "serial": 415, "lineage": "02138ead-edeb-7b89-364f-d0935cb3588d", "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-b94f58dcc3b17e3d5", "ami": "ami-034086db", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-365af294"], "subnet_id": "subnet-a0869bb3", "key_name": "prod-deploy-key" } } ] } ] }